volume-button: use symbolic icons by default
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 13 Feb 2014 08:54:27 +0000 (03:54 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 01:47:24 +0000 (20:47 -0500)
gtk/gtkvolumebutton.c

index dccda955a41b3902af573c9e49416e3bc17f9688..4f2d613140749aad833661e8916bc31a4a8b0720 100644 (file)
@@ -155,8 +155,8 @@ gtk_volume_button_class_init (GtkVolumeButtonClass *klass)
                                    g_param_spec_boolean ("use-symbolic",
                                                          P_("Use symbolic icons"),
                                                          P_("Whether to use symbolic icons"),
-                                                         FALSE,
-                                                         G_PARAM_READWRITE));
+                                                         TRUE,
+                                                         G_PARAM_READWRITE|G_PARAM_CONSTRUCT));
 
   /* Bind class to template
    */